home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-08-31 | 324 b | 21 lines |
- #
- # Makefile for the optimizer
- #
-
- top: main.o io.o util.o sym.o func.o branch.o inst.o opcodes.o \
- peep.o health.o data.o copy.o coalesce.o
- blink with $*.blink
-
- .c.o:
- NorthC -Ot:$*.s $*.c
- xtop t:$*.s t:$*.s1
- delete t:$*.s
- a68k -q -g -O$*.o t:$*.s1
- delete t:$*.s1
-
- #clean:
- # $(RM) *.o
- #
- #clobber:
- # $(RM) *.o xtop.ttp
-